| 1. | Stick with page scope for your jsp data 对于jsp数据坚决使用page作用域。 |
| 2. | Page scope applies to a single , compiled java servlet class Page作用域适用于单个的、经过编译的java servlet类。 |
| 3. | Attribute controls the scoping of this variable , and defaults to page scope 属性控制该变量的作用域,缺省情况下是页面作用域。 |
| 4. | The instantiated object is placed in page scope and therefore is no longer available after the request completes ,实例化的对象处于页面范围内,因此请求完成之后就不再可用。 |
| 5. | As you may recall , objects stored in page scope can only be retrieved during the processing of that page for a specific request 您可能还记得,只有在为特定请求处理页面期间才能检索存储在该页面作用域中的对象。 |
| 6. | Include directives are processed at compile time , any content included in directives will operate in the context of the page scope . include 指令是在编译的时候处理的,包括在指令中的任何内容都是在page作用域的上行文中操作的。 |
| 7. | Objects with page scope will typically be bound to a local variable to be accessed within scriptlets , expressions , javabean tags , and custom tags 具有page作用域的对象通常是那些在scriptlet 、表达式、 javabean标记以及自定义标记中被访问的局部变量。 |
| 8. | This provides detailed control over which properties on a control can be personalized by all users , and which can be personalized only by authorized users when the page scope is 这对控件上可由所有用户进行个性化设置的属性提供了细节控制;而且当页范围为 |
| 9. | Attribute has been specified , the exception will be assigned to the specified variable with page scope , enabling custom error handling within the page itself ,那么会将异常赋给(具有页面作用域的)指定的变量,这使得能够在页面自身内部进行定制错误处理。 |
| 10. | Any such identifier is first checked against page scope , then request scope , then session scope , and finally application scope , successively testing whether the name of the identifier matches the name of an object stored in that scope 首先对页面作用域检查是否存在这样的标识符,其次对请求作用域、然后对会话作用域、最后对应用程序作用域依次进行这样的检查,然后测试该标识符的名称是否与存储在该作用域中的某个对象的名称匹配。 |